home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
waisgate
/
HTGopher.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
444b
|
26 lines
/* */
/* GOPHER ACCESS HTGopher.h
** =============
**
** History:
** 8 Jan 92 Adapted from HTTP TBL
*/
#ifndef HTGOPHER_H
#define HTGOPHER_H
#include "HTAccess.h"
#include "HTAnchor.h"
/* extern int HTLoadGopher PARAMS((const char *arg,
HTParentAnchor * anAnchor,
int diag));
*/
extern HTProtocol HTGopher;
#endif /* HTGOPHER_H */
/*
*/